﻿<?xml version="1.0" encoding="utf-8"?>
<RadGridView>
  <Columns>
    <Column name="Row" isvisable="true" width="59" />
    <Column name="Edit" isvisable="true" width="59" />
    <Column name="ID" isvisable="true" width="66" />
    <Column name="SellCustomerRef" isvisable="false" width="100" />
    <Column name="SellCustomerName" isvisable="true" width="150" />
    <Column name="SubRef" isvisable="false" width="100" />
    <Column name="SubName" isvisable="true" width="171" />
    <Column name="Name" isvisable="true" width="200" />
    <Column name="SellAmount" isvisable="true" width="150" />
    <Column name="SellRecAmount" isvisable="true" width="271" />
    <Column name="SellDate" isvisable="true" width="200" />
    <Column name="SellDescription" isvisable="false" width="200" />
  </Columns>
</RadGridView>